repo: raise min version of git The git-2.10 series was released in 2016. Since we're moving to require Python 3.6 which was also released in 2016, bumping up the git version seems reasonable. Also we don't really test any git versions close to as old as 1.7.2 which was released in 2010. Change-Id: Ib71b714de6cd0b7dd50d0b300b108a560ee27331 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/253134 Tested-by: Mike Frysinger <vapier@google.com> Reviewed-by: David Pursehouse <dpursehouse@collab.net> 
diff --git a/repo b/repo index d6ce48e..0b87073 100755 --- a/repo +++ b/repo 
@@ -86,7 +86,7 @@  """    GIT = 'git' # our git command -MIN_GIT_VERSION = (1, 7, 2) # minimum supported git version +MIN_GIT_VERSION = (2, 10, 2) # minimum supported git version  repodir = '.repo' # name of repo's private directory  S_repo = 'repo' # special repo repository  S_manifests = 'manifests' # special manifest repository